A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
M
- m2 - Variable in class edu.claflin.finder.logic.communities.Communities
- main(String[]) - Static method in class edu.claflin.finder.Main
-
Command line argument processing occurs here.
- Main - Class in edu.claflin.finder
-
Interprets the command line arguments provided to the program.
- Main() - Constructor for class edu.claflin.finder.Main
- makeLogger(LogLevel, boolean[], boolean[]) - Static method in class edu.claflin.finder.Global
-
Instantiates the logger field.
- makeRotations(int) - Method in class edu.claflin.finder.logic.communities.struct.BinarySearchTree
- makeSet(T) - Method in class edu.claflin.finder.struct.DisjointSet
- ManifestParser - Class in edu.claflin.finder.io
-
Reads manifest files.
- ManifestParser() - Constructor for class edu.claflin.finder.io.ManifestParser
-
Private constructor for preventing instantiation of the class.
- map - Variable in class edu.claflin.finder.algo.jungutils.Functions.ForMapWithDefault
- map - Variable in class edu.claflin.finder.algo.jungutils.Functions.FunctionForMapNoDefault
- map - Variable in class edu.claflin.finder.logic.cygrouper.CygrouperAssembler
- MapBinaryHeap<T> - Class in edu.claflin.finder.algo.jungutils
- MapBinaryHeap() - Constructor for class edu.claflin.finder.algo.jungutils.MapBinaryHeap
- MapBinaryHeap(Collection<T>) - Constructor for class edu.claflin.finder.algo.jungutils.MapBinaryHeap
- MapBinaryHeap(Collection<T>, Comparator<T>) - Constructor for class edu.claflin.finder.algo.jungutils.MapBinaryHeap
- MapBinaryHeap(Comparator<T>) - Constructor for class edu.claflin.finder.algo.jungutils.MapBinaryHeap
- MapBinaryHeap.ComparableComparator - Class in edu.claflin.finder.algo.jungutils
- matcher - Variable in class edu.claflin.finder.algo.jungutils.JdkPattern.JdkMatcher
- matcher(CharSequence) - Method in class edu.claflin.finder.algo.jungutils.CommonPattern
- matcher(CharSequence) - Method in class edu.claflin.finder.algo.jungutils.JdkPattern
- matches() - Method in class edu.claflin.finder.algo.jungutils.CommonMatcher
- matches() - Method in class edu.claflin.finder.algo.jungutils.JdkPattern.JdkMatcher
- MatrixPatternAnalyzer - Class in edu.claflin.finder.algo
-
Deprecated.No replacement yet. Inefficient and utilizes old algorithm strategy.
- MatrixPatternAnalyzer() - Constructor for class edu.claflin.finder.algo.MatrixPatternAnalyzer
-
Deprecated.Public constructor for initializing the analyzer.
- maxGranularity - Variable in class edu.claflin.finder.log.LogUtil
-
The maximum granularity of the logging utility.
- maximumBicliques(Graph) - Static method in class edu.claflin.finder.algo.BronKerbosch
-
Gets the Maximum Complete Bipartite Graphs by Node count from the input Graph using Bron-Kersboch.
- maximumCliques(Graph) - Static method in class edu.claflin.finder.algo.BronKerbosch
-
Given a graph, finds all complete subgraphs, and then returns the largest one.
- merge(T, T) - Method in class edu.claflin.finder.struct.DisjointSet
- merge_probs(int, int) - Method in class edu.claflin.finder.algo.clustering.Walktrap
-
Calculate the probability vectors of joining 2 communities.
- mergeCommunities(int, int) - Method in class edu.claflin.finder.logic.communities.Communities
-
Merge community j and i into j
- mergeTrees(int, int) - Method in class edu.claflin.finder.logic.communities.struct.fast_greedy_struct.SparseMatrix
-
Merge Trees j and i into j, summing values if the same column occurs.
- mergeTrees(BinarySearchTree) - Method in class edu.claflin.finder.logic.communities.struct.BinarySearchTree
- mergeTrees(BinarySearchTree, TreeNode<T>) - Method in class edu.claflin.finder.logic.communities.struct.BinarySearchTree
- mNumEdgesToRemove - Variable in class edu.claflin.finder.algo.jungutils.EdgeBetweennessClusterer
- modularity() - Method in class edu.claflin.finder.logic.communities.Communities
- mPCS - Variable in class edu.claflin.finder.algo.Algorithm
-
Adds Property Change support to track the progress of algorithms.
- MSB(int) - Method in class edu.claflin.finder.logic.communities.struct.BinarySearchTree
-
Return the index of most significant set bit: index of least significant bit is 0.
- mutual_index - Variable in class edu.claflin.finder.algo.clustering.Walktrap.MutualConnectionsRecord
- MutualConnectionsRecord(int) - Constructor for class edu.claflin.finder.algo.clustering.Walktrap.MutualConnectionsRecord
All Classes All Packages